CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Simulated Annealing vrp

搜索资源列表

  1. tsp+vrp.rar

    1下载:
  2. 详细讲述模拟退火算法的理论原理。并TSP问题为例进行讲解,并各处多种语言的源代码,包括c,matlab以及delphi。 ,Simulated annealing algorithm described in detail the theory of principle. And TSP as an example to explain the problem and the source code of various languages, including c, matlab, as w
  3. 所属分类:transportation applications

    • 发布日期:2017-03-27
    • 文件大小:26057
    • 提供者:lian
  1. VRP

    0下载:
  2. 利用模拟退火算法来求解双车库的车辆路径问题-Simulated annealing algorithm to solve the vehicle routing problem with double garage
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3905
    • 提供者:hupan
  1. Ga-Sa-vrp

    4下载:
  2. 用遗传算法--模拟退火算法求解车辆路径问题。-Using genetic algorithms- simulated annealing algorithm for vehicle routing problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:11372
    • 提供者:马文
  1. VRP-1

    0下载:
  2. this code solves vehicle routing problem using simulated annealing algorithm in matlab. in this code , we create different models and then evaluate them using SA algorithm. one of the advantage of this code , is that code is splitting diff
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3533
    • 提供者:mojtaba
  1. SA-VRP(TS-VRP)

    1下载:
  2. 采用模拟退火算法或禁忌算法求解车辆路径问题-Using simulated annealing algorithm or tabu search algorithm to solve the vehicle routing problem
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:5000
    • 提供者:dr
  1. vehicle-routing-problem

    2下载:
  2. 采用模拟退火方法解决有容量限制的车辆路径问题,matlab代码。Capacitated Vehicle Routing Problem (VRP) using SA. MATLAB -implementation of solving Capacitated Vehicle Routing Problem (VPR) using Simulated Annealing (SA)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:104712
    • 提供者:GEORGE
  1. SAforVRP

    2下载:
  2. 模拟退火算法求解车辆路径问题的MATLAB代码(Simulated annealing algorithm for vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-11-11
    • 文件大小:3072
    • 提供者:shanshuo63
  1. SAforVRP

    0下载:
  2. 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。(The simulated annealing algorithm derived from the principle of solid annealing, heating the solid to a sufficiently high, let it slowly cooling, he
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:春天里的
  1. 模拟退火

    0下载:
  2. 利用模拟退火算法实现VRP问题,此算法结果较为优良,对了解模拟退火算法有一定的借鉴意义(Using simulated annealing algorithm to achieve the VRP problem, the algorithm results are relatively good, to understand the simulated annealing algorithm has certain reference value)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:40960
    • 提供者:莹莹11
  1. VRP模拟退火

    4下载:
  2. 采用模拟退火算法求解车辆路径问题 (Using simulated annealing algorithm to solve the vehicle routing problem)
  3. 所属分类:matlab例程

  1. SAforVRP

    2下载:
  2. 模拟退火算法解决VRP问题,包含所有函数的M文件,有例子(Simulated annealing algorithm solves VRP problem, including M files of all functions, and some examples)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-08
    • 文件大小:3072
    • 提供者:Shielas
  1. 模拟退火算法

    1下载:
  2. 用于标准VRP问题的模拟退火算法,可运行,适合新手学习。(The simulated annealing algorithm for standard VRP Problem can be run and is suitable for novice learning.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-01
    • 文件大小:3072
    • 提供者:大山海经
  1. 111

    2下载:
  2. 用于求解带时间窗的多车场的配送路径优化问题,即vrp问题,算法是基于模拟退火算法和遗传算法的混合算法(The algorithm is a hybrid algorithm based on simulated annealing algorithm and genetic algorithm, which is used to solve the distribution path optimization problem of multi depot with time window)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-01
    • 文件大小:3072
    • 提供者:小时代8884
  1. MATLAB求解VRP

    3下载:
  2. 遗传算法、模拟退火算法、禁忌搜索算法求解VRP问题的matlab程序(Matlab program of genetic algorithm, simulated annealing algorithm, tabu search algorithm to solve VRP problem)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-16
    • 文件大小:25600
    • 提供者:李太白12138
  1. 遗传模拟退火算法求解TSP问题matlab代码

    3下载:
  2. 解决车辆路径问题,改进的模拟退火和遗传算法,全面详细,适用于解决VRP问题和物流车辆规划(To solve the vehicle routing problem, the improved simulated annealing and genetic algorithm, comprehensive and detailed, suitable for solving VRP problems and logistics vehicle planning)
  3. 所属分类:Windows编程

    • 发布日期:2021-02-20
    • 文件大小:11264
    • 提供者:hayjao2020
搜珍网 www.dssz.com